projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11ad337
)
Improve headerbar docs slightly
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 17 Sep 2013 00:24:48 +0000
(20:24 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 17 Sep 2013 00:24:48 +0000
(20:24 -0400)
Explain how to achieve the same title lable style when using
a custom title.
gtk/gtkheaderbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkheaderbar.c
b/gtk/gtkheaderbar.c
index c1c18420ffd1aaa16c829c98820264f00bcd9d74..3897a5833d95be0326c4f8e38e18cf58a052f116 100644
(file)
--- a/
gtk/gtkheaderbar.c
+++ b/
gtk/gtkheaderbar.c
@@
-937,7
+937,9
@@
gtk_header_bar_get_title (GtkHeaderBar *bar)
*
* Note that GtkHeaderBar always reserves room for the subtitle, even
* if none is currently set. If this is not desired, use
- * gtk_header_bar_set_custom_title().
+ * gtk_header_bar_set_custom_title() to place your own label in the
+ * title position. To achieve the same style, use the "title" style
+ * class.
*
* Since: 3.10
*/